home *** CD-ROM | disk | FTP | other *** search
/ Champak 143 / (Vol 143) Nov 15 2011.iso / Games / rubenlandia.swf / scripts / frame_3 / PlaceObject2_120_139 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-11-15  |  134b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.hero))
  3.    {
  4.       _root.score += 100;
  5.       _root.c1.gotoAndStop(18);
  6.    }
  7. }
  8.